home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / pm-utils / TODO < prev   
Text File  |  2009-03-23  |  1KB  |  30 lines

  1. * There are no provisions for configuring the tuxonice backend.
  2.   Tuxonice has lots of things that can be tuned, but doing so would
  3.   end up duplicating alot of the tuxonice project's hibernate script.
  4.   We should talk to their maintainers about merging common
  5.   functionality.
  6.  
  7. * If a hook needs to handle parameters passed from the command line,
  8.   it has to do that on its own.  A simple parameter-parsing engine
  9.   might come in handy.
  10.  
  11. * Currently, we really only handle suspend/resume.  The
  12.   powermanagement system should use some maintenance. Should we also
  13.   handle other powermanagement-related tasks?  
  14.  
  15. * Beef up the abstraction layer between the hooks and the pm-utils
  16.   core infrastructure.  We should work on making that API stable
  17.   enough that...
  18.  
  19. * pm-utils to become the default low-level userspace power management handling
  20.   infrastructure for the majority of Linux (and mabye other
  21.   unixalikes) distributions.  The core pm-utils infrastructure is
  22.   already fairly distro-agnostic, leveraging it to be os-agnostic
  23.   should also be possible.  We should get it to the point that any
  24.   program that needs something to happen when running a power
  25.   management task uses our functionality instead of rewriting their own.
  26.  
  27. * The man pages should be improved to document new configuration variables,
  28.   contain examples how to write hooks etc.
  29.  
  30.